-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(cleanup): address TODOs PE-7339 #296
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #296 +/- ##
===========================================
+ Coverage 94.40% 94.41% +0.01%
===========================================
Files 10 10
Lines 3001 3007 +6
===========================================
+ Hits 2833 2839 +6
Misses 168 168 ☔ View full report in Codecov by Sentry. |
129c19d
to
b808106
Compare
Pushed several more commits to address other outstanding TODOs. Will address the remaining in individual PRs. |
|
||
--- Factory function for creating an "AOEvent" | ||
--- @param initialData table<string, any> Optional initial data to populate the event with. | ||
--- @returns AOEvent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: @return
--- Convenience factory function for pre populating analytic and msg fields into AOEvents | ||
--- @param msg table | ||
--- @param initialData table<string, any> Optional initial data to populate the event with. | ||
--- @returns ARIOEvent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@return
this PR addresses some of the TODOs. We still have 23 in the codebase, quite a few around improved testing coverage
removes timestamp conversion (looks good so far, test this devnet)<-- did not blend, we need this converisonName